home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / frio / r3orawim.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.0 KB  |  44 lines

  1.  
  2. // JavaScript wrapper for r3orawim.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_RAWIMAGESETTINGS_H = 1;
  7. include("real/frio/r3oraw.js")
  8.  
  9.  
  10. var R3CLID_RAWIMAGESETTINGS = 556;
  11.  
  12.  
  13.  
  14.  
  15. // Description: Copies contents of given datatype to output object list. * All found channels are
  16. //      copied using default channel bindings
  17. // p2: r3List, a list of output objects (super class is R3CLID_OUTPUT)
  18. // p3: Tag[], a tag list, see atributes below 
  19.  
  20. R3ORIMCM_MULTIASSIGN = 556000;
  21.  
  22. function mR3ORIMCM_MULTIASSIGN(p2, p3) {
  23.   Do3(this.r3obj, 556000, 0, R3TID_INTEGER, 0, p2, R3TID_LIST, 0, p3, R3TID_TAG, R3TNF_ARRAY);
  24. }
  25.  
  26.  
  27.  
  28.  
  29. var R3ORIMA_RaySample = 556501; // Object
  30.  
  31.  
  32. function r3Rawimagesettings () { 
  33.    this.base = r3God;
  34.    if(arguments.length) {
  35.       this.base(R3CLID_RAWIMAGESETTINGS, arguments);
  36.    }
  37.    // Methods
  38.    this.MULTIASSIGN=mR3ORIMCM_MULTIASSIGN;
  39.  
  40.    // Attributes
  41. }
  42.  
  43. r3Rawimagesettings.prototype=new r3Rawoutputsettings;
  44. // r3orawim.h_H